Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Dec 30, 2019
1 parent 426df2a commit 367e37d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion parity-util-mem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ edition = "2018"

[dependencies]
cfg-if = "0.1.10"
malloc_size_of_derive = "0.1.1"
dlmalloc = { version = "0.1.3", features = ["global"], optional = true }
wee_alloc = { version = "0.4.5", optional = true }
# from https://github.com/microsoft/mimalloc:
Expand Down
2 changes: 1 addition & 1 deletion parity-util-mem/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "parity-util-mem-derive"
version = "0.1.0"
authors = ["Parity Technologies"]
license = "GPL-3.0"
license = "MIT"
description = "Crate for memory reporting"
repository = "https://github.com/paritytech/pariry-common/parity-util-mem/derive"

Expand Down
2 changes: 1 addition & 1 deletion parity-util-mem/tests/derive.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#[test]
#[cfg(feature = "std")]
fn derive_smoky() {
fn derive_vec() {
use parity_util_mem::{MallocSizeOf, MallocSizeOfExt};

#[derive(MallocSizeOf)]
Expand Down

0 comments on commit 367e37d

Please sign in to comment.