diff options
Diffstat (limited to 'mingling/src')
| -rw-r--r-- | mingling/src/example_docs.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mingling/src/example_docs.rs b/mingling/src/example_docs.rs index 8c93f4b..598e345 100644 --- a/mingling/src/example_docs.rs +++ b/mingling/src/example_docs.rs @@ -585,10 +585,11 @@ pub mod example_picker {} /// main.rs /// ```ignore /// use mingling::{ +/// REPL, /// hook::ProgramHook, /// prelude::*, /// setup::{BasicREPLOutputSetup, BasicREPLPromptSetup, BasicREPLReadlineSetup}, -/// this, REPL, +/// this, /// }; /// use std::{env::current_dir, path::PathBuf}; /// |
