Modificáronse 1 ficheiros con
1 adicións e
1 borrados
-
1
1
src/lib.rs
|
@@ -1,7 +1,7 @@
|
|
|
pub mod progs;
|
|
pub mod progs;
|
|
|
// pub mod runners;
|
|
// pub mod runners;
|
|
|
-pub mod runn;
|
|
|
|
|
pub mod utils;
|
|
pub mod utils;
|
|
|
|
|
+mod runn;
|
|
|
|
|
|
|
|
#[cfg(test)]
|
|
#[cfg(test)]
|
|
|
mod tests {
|
|
mod tests {
|