Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add missing import
Signed-off-by: Bernhard Schuster <[email protected]>
  • Loading branch information
drahnr committed Dec 9, 2022
commit 8e5adf17558c689ea13e160f0f31a0f2687b76ea
2 changes: 2 additions & 0 deletions orchestra/examples/dig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ struct Dig {
goldmine: Goldmine,
}

use self::messages::*;

#[derive(Default)]
pub struct Fortified;

Expand Down