Skip to content

Commit

Permalink
Fix clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed Jul 22, 2020
1 parent b0e0dcf commit b6c799a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pikelet/src/pass/core_to_surface.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Distill the core language into the surface language.

#![allow(clippy::reversed_empty_ranges)]

use std::collections::HashMap;

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

0 comments on commit b6c799a

Please sign in to comment.