generated from PlexSheep/rs-base
docs(main): remove module level doc comment in main.rs (not needed)
This commit is contained in:
parent
c5790f9d79
commit
71f1f2ba08
|
@ -1,8 +1,3 @@
|
|||
//! # numf
|
||||
//!
|
||||
//! This binary should just take any amount of numbers and print them out formatted to some other
|
||||
//! system.
|
||||
|
||||
use std::io::{IsTerminal, Read};
|
||||
use std::process::exit;
|
||||
|
||||
|
|
Reference in New Issue