Skip to content

Commit

Permalink
Rename modules
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jun 9, 2020
1 parent 893b43d commit 0bc7354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configparser.rs → src/ini.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//!Configparser
//!ini
use std::fs::File;
use std::io::prelude::*;
use std::path::Path;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod Configparser;
pub mod ini;

0 comments on commit 0bc7354

Please sign in to comment.