Match unmatched backticks in library/
This commit is contained in:
parent
13471d3b20
commit
999405059c
17 changed files with 18 additions and 18 deletions
|
@ -1416,7 +1416,7 @@ impl From<fs::File> for Stdio {
|
|||
/// use std::fs::File;
|
||||
/// use std::process::Command;
|
||||
///
|
||||
/// // With the `foo.txt` file containing `Hello, world!"
|
||||
/// // With the `foo.txt` file containing "Hello, world!"
|
||||
/// let file = File::open("foo.txt").unwrap();
|
||||
///
|
||||
/// let reverse = Command::new("rev")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue