chore(es/minifier): Add #[doc(hidden)] (#4751)

This commit is contained in:
Baoshuo Ren 2022-05-23 18:00:22 +08:00 committed by GitHub
parent ea92ae10e8
commit 22bf5f014e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1132,6 +1132,7 @@ where
}
/// This is **NOT** a public api.
#[doc(hidden)]
pub fn dump_snapshot(program: &Module) -> String {
let marks = Marks::new();