mirror of
https://github.com/JockeTF/fimfareader.git
synced 2025-03-11 14:10:03 +01:00
Remove now unconventional prelude module
This commit is contained in:
parent
65b83d9c8d
commit
36ade958bb
2 changed files with 0 additions and 5 deletions
|
@ -2,4 +2,3 @@
|
||||||
|
|
||||||
pub mod archive;
|
pub mod archive;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod prelude;
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
//! Library prelude.
|
|
||||||
|
|
||||||
pub use crate::archive::{Fetcher, Story};
|
|
||||||
pub use crate::error::{Error, Result};
|
|
Loading…
Add table
Reference in a new issue