Skip to content

Commit efcb23f

Browse files
authored
Merge pull request #146 from jyn514/intra-doc-links
Cleanup intra-doc links
2 parents 1c8c294 + 0f8a0db commit efcb23f

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

analyzeme/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
//!
1010
//! To retrieve an `Iterator` of all of the events in the file,
1111
//! call the [`ProfilingData::iter()`] method.
12-
//!
13-
//! [`ProfilingData`]: struct.ProfilingData.html
14-
//! [`ProfilingData::iter()`]: struct.ProfilingData.html#method.iter
1512
1613
mod event;
1714
mod lightweight_event;

measureme/src/lib.rs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,8 @@
3232
//! - [`Profiler::alloc_string()`]: allocates a string and returns the [`StringId`] that refers
3333
//! to it
3434
//!
35-
//! [`counters`]: counters
3635
//! [`Counter`]: counters::Counter
37-
//! [`Profiler`]: Profiler
38-
//! [`Profiler::alloc_string()`]: Profiler::alloc_string
39-
//! [`Profiler::alloc_string_with_reserved_id()`]: Profiler::alloc_string_with_reserved_id
40-
//! [`Profiler::new()`]: Profiler::new
41-
//! [`Profiler::record_event()`]: Profiler::record_event
42-
//! [`Profiler::start_recording_interval_event()`]: Profiler::start_recording_interval_event
43-
//! [`Profiler::with_counter()`]: Profiler::with_counter
44-
//! [`StringId`]: StringId
45-
#![allow(renamed_and_removed_lints)] // intra_doc_link_resolution_failure is renamed on nightly
46-
#![deny(warnings, intra_doc_link_resolution_failure)]
36+
#![deny(warnings)]
4737
#![cfg_attr(feature = "nightly", feature(asm))]
4838

4939
#[macro_use]

0 commit comments

Comments
 (0)