File tree 2 files changed +1
-14
lines changed
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 9
9
//!
10
10
//! To retrieve an `Iterator` of all of the events in the file,
11
11
//! call the [`ProfilingData::iter()`] method.
12
- //!
13
- //! [`ProfilingData`]: struct.ProfilingData.html
14
- //! [`ProfilingData::iter()`]: struct.ProfilingData.html#method.iter
15
12
16
13
mod event;
17
14
mod lightweight_event;
Original file line number Diff line number Diff line change 32
32
//! - [`Profiler::alloc_string()`]: allocates a string and returns the [`StringId`] that refers
33
33
//! to it
34
34
//!
35
- //! [`counters`]: counters
36
35
//! [`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) ]
47
37
#![ cfg_attr( feature = "nightly" , feature( asm) ) ]
48
38
49
39
#[ macro_use]
You can’t perform that action at this time.
0 commit comments