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 964fa8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: ["1.42.0", "stable"]
rust: ["stable"]
# rust: ["1.42.0", "stable", "beta", "nightly"]
name: Clippy (${{ matrix.rust }})
steps:
Expand Down
2 changes: 2 additions & 0 deletions pikelet/src/pass/core_to_surface.rs
@@ -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 964fa8d

Please sign in to comment.