Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Loirooriol committed Feb 28, 2024
1 parent c3cc283 commit c88d806
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ lazy_static = "1"
log = { version = "0.4", features = ["std"] }
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
matches = "0.1"
mime = "0.3.13"
new_debug_unreachable = "1.0"
num-derive = "0.4"
Expand Down
3 changes: 3 additions & 0 deletions style/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ extern crate log;
extern crate malloc_size_of;
#[macro_use]
extern crate malloc_size_of_derive;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate matches;
#[cfg(feature = "gecko")]
pub use nsstring;
#[cfg(feature = "gecko")]
Expand Down

0 comments on commit c88d806

Please sign in to comment.