Remove now unconventional prelude module

This commit is contained in:
Joakim Soderlund 2025-02-22 18:57:57 +01:00
parent 65b83d9c8d
commit 36ade958bb
2 changed files with 0 additions and 5 deletions

View file

@ -2,4 +2,3 @@
pub mod archive;
pub mod error;
pub mod prelude;

View file

@ -1,4 +0,0 @@
//! Library prelude.
pub use crate::archive::{Fetcher, Story};
pub use crate::error::{Error, Result};