We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8e36a commit fa5f7e4Copy full SHA for fa5f7e4
1 file changed
processor/src/lib.rs
@@ -1,9 +1,9 @@
1
//! Processor is part of judge that deals with a single run (and it doesn't
2
//! care where have it come from).
3
4
-pub mod fake;
5
mod compile;
6
mod exec_test;
+pub mod fake;
7
mod request_builder;
8
mod transform_judge_log;
9
0 commit comments