Skip to content

Clean up snake case warnings in middle/trans/build.rs #16880

Closed
@zslayton

Description

@zslayton

When building rustc, several warnings are generated regarding non-snake-case functions in middle/trans/build.rs.

There's a #![allow(non_snake_case)] directive at the top, but no #![allow(non_snake_case_functions)]. Presumably we should either add that to permit the functions as they're currently named or rename the functions.

Happy to work on this! Which approach should I take?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions