Skip to content

Commit

Permalink
[frontend][fix] fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: anqurvanillapy <[email protected]>
  • Loading branch information
anqurvanillapy committed Aug 22, 2024
1 parent 3ab2388 commit b399bbd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reuse-frontend/src/name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ impl<'src> Ident<'src> {
pub fn new(id: ID, raw: &'src str) -> Self {
Self { id, raw }
}

pub fn unbound() -> Self {
Self { id: 0, raw: "_" }
}
}

impl<'src> Display for Ident<'src> {
Expand Down

0 comments on commit b399bbd

Please sign in to comment.