Skip to content

Commit

Permalink
fix: remove useless feature (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu authored Nov 8, 2023
1 parent 9306159 commit 0f008c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pilota-build/src/codegen/workspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ where
)?;

let mut lib_rs_stream = String::default();
lib_rs_stream.push_str("#![feature(impl_trait_in_assoc_type)]\n\n");
lib_rs_stream.push_str("include!(\"gen.rs\");\n");
lib_rs_stream.push_str("pub use gen::*;\n\n");

Expand Down

0 comments on commit 0f008c4

Please sign in to comment.