modes:mod: make pair and single public modules.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
mod pair;
|
pub mod pair;
|
||||||
mod single;
|
pub mod single;
|
||||||
|
|
||||||
#[derive(Eq, Ord, PartialEq, PartialOrd, Debug, Copy, Clone)]
|
#[derive(Eq, Ord, PartialEq, PartialOrd, Debug, Copy, Clone)]
|
||||||
pub enum Footstool {
|
pub enum Footstool {
|
||||||
|
|||||||
Reference in New Issue
Block a user