summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 0d1bb69..97624df 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -8,8 +8,7 @@ mod nbsh;
mod repl;
async fn async_main() -> anyhow::Result<()> {
- let nbsh = nbsh::Nbsh::new();
- nbsh.run().await
+ nbsh::run().await
}
fn main() {