diff options
Diffstat (limited to 'import/src')
-rw-r--r-- | import/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/src/main.rs b/import/src/main.rs index 5d5e715..3bbd3a2 100644 --- a/import/src/main.rs +++ b/import/src/main.rs @@ -229,7 +229,7 @@ fn main() -> anyhow::Result<()> { .as_ref() .map(|d| d.title.clone().or(d.name.clone())) .flatten()) - .unwrap(); + .expect("no title detected"); let ident = format!( "{}{}", |