Remove redundant std.

This commit is contained in:
Stephen Chung
2021-04-20 19:19:35 +08:00
parent 0f66c67f82
commit 8ff1f57900
9 changed files with 18 additions and 27 deletions

View File

@@ -68,7 +68,7 @@ pub struct ScriptFnDef {
/// Function doc-comments (if any).
#[cfg(not(feature = "no_function"))]
#[cfg(feature = "metadata")]
pub comments: StaticVec<std::string::String>,
pub comments: StaticVec<String>,
}
impl fmt::Display for ScriptFnDef {