Skip to content

Commit

Permalink
add flag to check code in specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Dec 3, 2024
1 parent da11e9a commit be52066
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/flux-infer/src/fixpoint_encoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ use rustc_hir::def_id::{DefId, LocalDefId};
use rustc_index::newtype_index;
use rustc_span::{Span, Symbol};
use rustc_type_ir::{BoundVar, DebruijnIndex};
use serde::Serialize;

pub mod fixpoint {
use std::fmt;
Expand Down Expand Up @@ -160,7 +159,6 @@ pub mod fixpoint {

newtype_index! {
#[debug_format = "TagIdx({})"]
#[derive(Serialize)]
pub struct TagIdx {}
}

Expand Down

0 comments on commit be52066

Please sign in to comment.