Skip to content

Commit

Permalink
protocol: move trait impls into impl_trait mod
Browse files Browse the repository at this point in the history
  • Loading branch information
photovoltex committed Dec 24, 2024
1 parent 0749aa6 commit ba7fed3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion protocol/src/impl_trait.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mod player_context;
mod context;
mod player;
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@

mod impl_trait;

mod conversion;

include!(concat!(env!("OUT_DIR"), "/mod.rs"));

0 comments on commit ba7fed3

Please sign in to comment.