Skip to content

Commit

Permalink
README lib.rs fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jan 17, 2023
1 parent acedc4d commit 5c6108e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ a preceding ***f***unction name.

```rust
use si_trace_print::{
den, deo, dex, defn, defx,
den, deo, dex, defn, defo, defx,
};

fn main() {
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//!
//! ```rust
//! use si_trace_print::{
//! den, deo, dex, defn, defx,
//! den, deo, dex, defn, defo, defx,
//! };
//!
//! fn main() {
Expand Down

0 comments on commit 5c6108e

Please sign in to comment.