summaryrefslogtreecommitdiffstats
path: root/src/stackexchange/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/stackexchange/mod.rs')
-rw-r--r--src/stackexchange/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stackexchange/mod.rs b/src/stackexchange/mod.rs
index b0e1345..387ae54 100644
--- a/src/stackexchange/mod.rs
+++ b/src/stackexchange/mod.rs
@@ -4,6 +4,6 @@ mod search;
// Exposed for benchmarking
pub mod scraper;
-pub use api::{Answer, Question};
+pub use api::{Answer, Id, Question};
pub use local_storage::LocalStorage;
pub use search::Search;