From 309899168a086de88acf97fd6683387a7af7078c Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 22 Oct 2021 19:08:59 +0200 Subject: write tons of documentation and reorganize some modules --- src/hooks/wolfram_alpha.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/hooks/wolfram_alpha.rs') diff --git a/src/hooks/wolfram_alpha.rs b/src/hooks/wolfram_alpha.rs index cdd32ca..9f56df4 100644 --- a/src/hooks/wolfram_alpha.rs +++ b/src/hooks/wolfram_alpha.rs @@ -1,7 +1,7 @@ -use crate::util::{ - formatting::truncate, - web::{quote_plus, IsgdUrlShortener, UrlShortener}, -}; +//! ask wolfram alpha a query + +use crate::util::{quote_plus, truncate}; +// use crate::util::{url_shorteners::Isgd, UrlShortener}; use anyhow::{bail, Context, Error, Result}; use figment::providers::Env; use futures::join; -- cgit v1.2.3