Skip to content

Commit

Permalink
printers.rs fix docstring code
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jan 17, 2023
1 parent ed0c9dc commit a974828
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/printers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ pub use pfo;
///
/// ```rust
/// use si_trace_print::{pfn, pfx};
/// use si_trace_print::pfn;
/// fn func1() {
/// pfn!("hello");
/// }
Expand Down Expand Up @@ -311,7 +310,6 @@ pub use pfn;
///
/// ```rust
/// use si_trace_print::{pfn, pfx};
/// use si_trace_print::pfn;
/// fn func1() {
/// pfn!("hello");
/// }
Expand Down Expand Up @@ -1761,7 +1759,6 @@ pub use dpfo;
///
/// ```rust
/// use si_trace_print::{dpfn, dpfx};
/// use si_trace_print::dpfn;
/// fn func1() {
/// dpfn!("hello");
/// }
Expand Down Expand Up @@ -1807,7 +1804,6 @@ pub use dpfn;
///
/// ```rust
/// use si_trace_print::{dpfn, dpfx};
/// use si_trace_print::dpfx;
/// fn func1() {
/// dpfx!("hello");
/// }
Expand Down Expand Up @@ -2560,7 +2556,6 @@ pub use defo;
///
/// ```rust
/// use si_trace_print::{defn, defx};
/// use si_trace_print::defn;
/// fn func1() {
/// defn!("hello");
/// }
Expand Down Expand Up @@ -2606,7 +2601,6 @@ pub use defn;
///
/// ```rust
/// use si_trace_print::{defn, defx};
/// use si_trace_print::defx;
/// fn func1() {
/// defx!("hello");
/// }
Expand Down

0 comments on commit a974828

Please sign in to comment.