diff options
| author | Jonas Maier <> | 2026-03-07 10:02:56 +0100 |
|---|---|---|
| committer | Jonas Maier <> | 2026-03-07 10:02:56 +0100 |
| commit | 65ccf9fa1f247ed2ba1dc94583051cae9989944d (patch) | |
| tree | 5d6a059e25bc3f3b597638bdf02ac6924def1409 /src/main.rs | |
| parent | 9631f04f81b9f155f85ba1c868f3d7b3bf0d7d69 (diff) | |
| download | pish-65ccf9fa1f247ed2ba1dc94583051cae9989944d.tar.gz | |
`cargo fix`
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 33193f2..70e31bd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -195,7 +195,7 @@ fn event_loop() { fs::create_dir_all(basedir::config_dir()).unwrap(); fs::create_dir_all(basedir::data_dir()).unwrap(); - let mut se = Session { + let se = Session { raw, line: LineBuf::new(), history: Vec::new(), |
