Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore missing_safety_doc clippy lint
warning: unsafe function's docs miss `# Safety` section --> src/lib.rs:1240:5 | 1240 | pub unsafe fn from_str_unchecked(repr: &str) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc = note: `-W clippy::missing-safety-doc` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::missing_safety_doc)]`
- Loading branch information