提交 3e67b6bb 编写于 作者: M Manish Goregaokar

add import (fixup #24649)

上级 9316b038
......@@ -1245,6 +1245,8 @@ fn as_u8_slice(&self) -> &[u8] {
/// You can create `Path`s from `String`s, or even other `Path`s:
///
/// ```
/// use std::path::Path;
///
/// let s = String::from("bar.txt");
/// let p = Path::new(&s);
/// Path::new(&p);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册