Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jun 24, 2023
1 parent 244d584 commit 338c1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rune/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
#![deny(rustdoc::broken_intra_doc_links)]
#![allow(clippy::enum_variant_names)]
#![allow(clippy::needless_doctest_main)]
#![allow(clippy::never_loop)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::should_implement_trait)]
#![allow(clippy::branches_sharing_code)]
Expand Down
3 changes: 3 additions & 0 deletions crates/rune/src/runtime/iterator.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// TODO: how do we remove this?
#![allow(rustdoc::broken_intra_doc_links)]

use core::cmp;
use core::fmt;
use core::iter;
Expand Down

0 comments on commit 338c1d0

Please sign in to comment.