We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e12b1 commit a496708Copy full SHA for a496708
rustoku-cli/tests/cli_tests.rs
@@ -1,5 +1,5 @@
1
use assert_cmd::prelude::*;
2
-use rustoku_lib::error::RustokuError;
+use rustoku_lib::RustokuError;
3
use std::process::Command;
4
5
/// Helper function to get the path to our compiled binary
rustoku-lib/src/lib.rs
@@ -10,7 +10,7 @@
10
//! one-line representation for easy copying and pasting.
11
12
pub mod core;
13
-pub mod error;
+mod error;
14
mod format;
15
16
pub use core::{Rustoku, generate_board};
0 commit comments