File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 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
1613mod event;
1714mod lightweight_event;
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments