fix(common): Fix compiler error (#1747)

Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
This commit is contained in:
muji 2021-05-28 19:57:57 +08:00 committed by GitHub
parent 99e738643a
commit 7b9b9fe9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;