mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Remove stale lint suppression
This commit is contained in:
@@ -508,7 +508,6 @@ pub(crate) fn set_text_face(&mut self, face: TextFace) {
|
||||
pub(crate) fn set_text_face_no_magic(&mut self, face: TextFace) {
|
||||
self.set_text_face_internal(face, false)
|
||||
}
|
||||
#[allow(clippy::if_same_then_else)]
|
||||
fn set_text_face_internal(&mut self, face: TextFace, salvage_unreadable: bool) {
|
||||
let mut fg = face.fg;
|
||||
let bg = face.bg;
|
||||
|
||||
Reference in New Issue
Block a user