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 <[email protected]>
  • Loading branch information
NikVolf and dvdplm authored Dec 30, 2019
1 parent 859a889 commit 5dd2fa6
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 @@ -44,7 +44,7 @@
//! `<Box<_> as MallocSizeOf>::size_of(field, ops)`.
//! This is an extended version of the Servo internal malloc_size crate.
//! We should occasionally track the upstream changes/fixes and reintroduce them here, be they applicable.
//! We should occasionally track the upstream changes/fixes and reintroduce them here, whenever applicable.
#[cfg(not(feature = "std"))]
use alloc::vec::Vec;
Expand Down

0 comments on commit 5dd2fa6

Please sign in to comment.