From 15b2f83125ea276b6c12e9a34b1e211bc92cb5ba Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Mon, 30 Dec 2019 21:47:46 +0300 Subject: [PATCH] Update parity-util-mem/src/malloc_size.rs Co-Authored-By: David --- parity-util-mem/src/malloc_size.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity-util-mem/src/malloc_size.rs b/parity-util-mem/src/malloc_size.rs index dc162d85d..a86823db5 100644 --- a/parity-util-mem/src/malloc_size.rs +++ b/parity-util-mem/src/malloc_size.rs @@ -43,7 +43,7 @@ //! measured as well as the thing it points to. E.g. //! ` 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"))]