diff --git a/common/src/private/mod.rs b/common/src/private/mod.rs index ff84d745998..b1c70c548a5 100644 --- a/common/src/private/mod.rs +++ b/common/src/private/mod.rs @@ -1,3 +1,3 @@ -//! This module is private module and can be changed without notice. +//! This module is private module and can be changed without notice. -pub use serde::__private as serde; +pub use ::serde::__private as serde;