This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
#[doc(inline)]
|
||||
pub use move_data::*;
|
||||
#[doc(inline)]
|
||||
pub use secondary_effect::*;
|
||||
#[doc(inline)] pub use move_data::*;
|
||||
#[doc(inline)] pub use secondary_effect::*;
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) mod tests {
|
||||
use super::*;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use move_data::tests::*;
|
||||
#[doc(inline)]
|
||||
pub use secondary_effect::tests::*;
|
||||
#[doc(inline)] pub use move_data::tests::*;
|
||||
}
|
||||
|
||||
/// The data belonging to a certain move.
|
||||
|
||||
Reference in New Issue
Block a user