We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15abdd commit c1b9cb1Copy full SHA for c1b9cb1
src/lib.rs
@@ -1,6 +1,5 @@
1
#![feature(extended_key_value_attributes)]
2
#![doc = include_str!("../README.md")] // This also allow to run examples in that file.
3
-
4
#![allow(unsafe_code)]
5
#![warn(missing_docs)]
6
#![warn(clippy::pedantic)]
0 commit comments