Skip to content

Commit

Permalink
Update parity-util-mem/src/malloc_size.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: David <dvdplm@gmail.com>
  • Loading branch information
NikVolf and dvdplm authored Dec 30, 2019
1 parent c4a878b commit 15b2f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity-util-mem/src/malloc_size.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
//! measured as well as the thing it points to. E.g.
//! `<Box<_> as MallocSizeOf>::size_of(field, ops)`.
//! This is an extended (for own internal needs) version of the Servo internal malloc_size crate.
//! This is an extended version of the Servo internal malloc_size crate.
//! We should occasionally track the upstream changes/fixes and reintroduce them here, whenever applicable.
#[cfg(not(feature = "std"))]
Expand Down

0 comments on commit 15b2f83

Please sign in to comment.