Skip to content

Rename UDP method. #15360

Closed
Closed
@jbcrail

Description

@jbcrail
Contributor

In src/libstd/io/net/udp.rs on line 168, set_broadast should be renamed to set_broadcast.

Activity

alexcrichton

alexcrichton commented on Jul 3, 2014

@alexcrichton
Member

Wow. Yet another reason for me to get a spell check plugin!

jbcrail

jbcrail commented on Jul 3, 2014

@jbcrail
ContributorAuthor

I would've attached a pull request, but I wasn't sure if a deprecated attribute was needed since this involves a rename of a method.

alexcrichton

alexcrichton commented on Jul 3, 2014

@alexcrichton
Member

I think it's ok to rename this method with #[deprecated]. I feel like if anyone else had used it before that this issue would have been opened earlier!

adrientetar

adrientetar commented on Jul 3, 2014

@adrientetar
Contributor

Yet another reason for me to get a spell check plugin!

Or a mechanical keyboard if you haven't one. ;)

omasanori

omasanori commented on Jul 4, 2014

@omasanori
Contributor

#15361 is merged, so is it fixed now?

huonw

huonw commented on Jul 4, 2014

@huonw
Member

Yep, looks like it. (Thanks @jbcrail!)

huonw

huonw commented on Jul 5, 2014

@huonw
Member

Wow. Yet another reason for me to get a spell check plugin!

https://github.com/huonw/spellck#lint ;P

added a commit that references this issue on Aug 7, 2023

Auto merge of rust-lang#15360 - lowr:fix/mbe-transcribe-path-of-diffe…

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

    E-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

        @jbcrail@alexcrichton@omasanori@huonw@adrientetar

        Issue actions

          Rename UDP method. · Issue #15360 · rust-lang/rust