Skip to content

Commit

Permalink
Fixed warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Oct 13, 2023
1 parent aa6d239 commit 11bdf0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
#![allow(clippy::missing_errors_doc)]
#![allow(clippy::explicit_deref_methods)]
#![allow(clippy::missing_safety_doc)]
// TODO This is only needed because `cargo-rdme` requires a path like `crate::⋯`. Once that limitation is
// lifted we can remove this.
#![allow(rustdoc::redundant_explicit_links)]
// Note: If you change this remember to update `README.md`. To do so run `cargo rdme`.
//! Archery is a rust library that offers a way to abstraction over
//! [`Rc`](::alloc::rc::Rc) and
Expand Down

0 comments on commit 11bdf0a

Please sign in to comment.