Skip to content

Rename parameter that shadows built-in type #325

@erikjuhani

Description

@erikjuhani

The parameter char in insert_char shadows the built-in char type.

Location: basalt/src/input/mod.rs#L150

Change: Rename the parameter to c or character:

pub fn insert_char(&mut self, c: char)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions