docs(main): remove module level doc comment in main.rs (not needed)

This commit is contained in:
Christoph J. Scherr 2024-05-23 13:26:15 +02:00
parent c5790f9d79
commit 71f1f2ba08
1 changed files with 0 additions and 5 deletions

View File

@ -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;