Skip to content

Missing closing parens on documentation #54948

Closed
@TheIronBorn

Description

@TheIronBorn

/// [`seek`]`(`[`SeekFrom`]`::`[`Current`]`(0))`, and restore it before the next read.

Becomes

So, before writing, save the current position (using seek(SeekFrom::Current(0)), and restore it before the next read.

3 ( and only 2 )

Activity

added a commit that references this issue on Oct 10, 2018
da17e07
added
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and tools
on Oct 10, 2018
added a commit that references this issue on Oct 11, 2018

Rollup merge of rust-lang#54956 - kzys:close-paren, r=varkor

e0b9d49
added a commit that references this issue on Oct 12, 2018

Rollup merge of rust-lang#54956 - kzys:close-paren, r=varkor

8e3f189
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @estebank@TheIronBorn

        Issue actions

          Missing closing parens on documentation · Issue #54948 · rust-lang/rust