rustdoc: several minor fixes
This commit is contained in:
parent
b8c56fa8c3
commit
997492538b
4 changed files with 5 additions and 5 deletions
|
@ -47,7 +47,7 @@ pub enum GeneratorState<Y, R> {
|
|||
/// fn main() {
|
||||
/// let mut generator = || {
|
||||
/// yield 1;
|
||||
/// return "foo"
|
||||
/// "foo"
|
||||
/// };
|
||||
///
|
||||
/// match Pin::new(&mut generator).resume(()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue