Skip to content

Commit

Permalink
Remove unnecessary extern crate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Aug 28, 2024
1 parent 4e0c08c commit cd76daf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bin/roll.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
extern crate clap;
extern crate diceroll;

use clap::{arg, command, ArgAction};
use diceroll::expr::DiceExpr;
use std::convert::TryFrom;
Expand Down

0 comments on commit cd76daf

Please sign in to comment.