Skip to content

Commit

Permalink
Revert "Adds an unsafe_code linting rule"
Browse files Browse the repository at this point in the history
This reverts commit 6d65b99.
  • Loading branch information
dtolnay committed Feb 12, 2021
1 parent 0669697 commit 0de9cd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
//! };
//! ```
#![forbid(unsafe_code)]
// Quote types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/quote/1.0.8")]
#![allow(
Expand Down

0 comments on commit 0de9cd5

Please sign in to comment.