Skip to content

Commit

Permalink
chore: remove trait upcasting feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Wen Goh committed Dec 14, 2023
1 parent 1ca9633 commit 62a4e72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions activity-tracker/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(trait_upcasting)]

mod activity_tracker;
mod view;

Expand Down
1 change: 0 additions & 1 deletion allium-launcher/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![deny(clippy::all)]
#![warn(rust_2018_idioms)]
#![feature(trait_upcasting)]

mod allium_launcher;
mod consoles;
Expand Down

0 comments on commit 62a4e72

Please sign in to comment.