aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2024-04-03 12:11:34 -0400
committeralyx <alyx@aleteoryx.me>2024-04-03 12:11:34 -0400
commit27bd2e5f5699fd9101aa298993c3a9045caf02f4 (patch)
tree71ddd699984f7ed75e15bc40fb6026addb59d058 /src/lib.rs
parent5a97731c6996847e335daf1fe9a5d265540de3d1 (diff)
downloadlfm_embed-27bd2e5f5699fd9101aa298993c3a9045caf02f4.tar.gz
lfm_embed-27bd2e5f5699fd9101aa298993c3a9045caf02f4.tar.bz2
lfm_embed-27bd2e5f5699fd9101aa298993c3a9045caf02f4.zip
Remove ResponseCtx
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b6467f8..1c2dea0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -10,4 +10,3 @@ pub mod ctx;
pub mod theming;
pub use config::CONFIG;
-pub use ctx::ResponseCtx;