Skip to content

Commit

Permalink
fix libflux build error on >= rust-1.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stkw0 committed Nov 9, 2023
1 parent 1a84183 commit ff0389e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libflux/flux/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use fluxcore::semantic::env::Environment;
use fluxcore::semantic::flatbuffers::semantic_generated::fbsemantic as fb;
use fluxcore::semantic::import::Packages;
use fluxcore::semantic::{Analyzer, AnalyzerConfig, PackageExports};
use fluxcore::{Database, Flux};
use once_cell::sync::Lazy;
use thiserror::Error;

Expand Down

0 comments on commit ff0389e

Please sign in to comment.