Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 18, 2020
1 parent a82742a commit 9d15e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/main.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.

#![deny(warnings)]

#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate log;
#[macro_use]
extern crate serde_json;

#![deny(warnings)]

mod ast;
mod checksum;
pub mod colors;
Expand Down

0 comments on commit 9d15e1b

Please sign in to comment.