Skip to content

Commit

Permalink
fix(hydroflow_plus): drop nightly feature flag from trybuild codegen (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj authored Dec 6, 2024
1 parent 9ea5f06 commit 032cde6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hydroflow_plus/src/deploy/trybuild.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ pub fn compile_graph_trybuild(graph: HydroflowGraph, extra_stmts: Vec<syn::Stmt>
);

let source_ast: syn::File = syn::parse_quote! {
#![feature(box_patterns)]
#![allow(unused_imports, unused_crate_dependencies, missing_docs, non_snake_case)]
use hydroflow_plus::*;

Expand Down

0 comments on commit 032cde6

Please sign in to comment.