Skip to content

Commit

Permalink
More modern way of including lazy_static
Browse files Browse the repository at this point in the history
  • Loading branch information
aeporreca committed Jun 5, 2023
1 parent e21c2d5 commit 8779a49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
// https://github.com/aeporreca/funkdigen


#[macro_use]
extern crate lazy_static;

use std::rc::Rc;
use std::cmp::Ordering::{Less, Equal, Greater};
use std::time::Instant;
use lazy_static::lazy_static;
use clap::Parser;


Expand Down

0 comments on commit 8779a49

Please sign in to comment.