mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-22 11:23:02 +00:00
Unallow snake case warning
This commit is contained in:
parent
1dac7033b3
commit
4d90f9a429
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
#![doc = include_str!("../README.md")]
|
||||
#![doc(html_root_url = "https://docs.rs/libyaml-safer/0.1.0")]
|
||||
#![allow(non_snake_case)]
|
||||
#![warn(clippy::pedantic)]
|
||||
#![allow(
|
||||
clippy::cast_lossless,
|
||||
|
|
Loading…
Reference in a new issue