Skip to content

Commit b6c799a

Browse files
committed
Fix clippy errors
1 parent b0e0dcf commit b6c799a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pikelet/src/pass/core_to_surface.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//! Distill the core language into the surface language.
22
3+
#![allow(clippy::reversed_empty_ranges)]
4+
35
use std::collections::HashMap;
46

57
use crate::lang::core::{Constant, Globals, Locals, Term, UniverseLevel, UniverseOffset};

0 commit comments

Comments
 (0)