diff options
| author | Max Audron <audron@cocaine.farm> | 2021-10-22 19:08:59 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-22 19:09:39 +0200 |
| commit | 309899168a086de88acf97fd6683387a7af7078c (patch) | |
| tree | 846075c1e9af0d7139edae5597f1147b851ed2b2 /src/hooks/wolfram_alpha.rs | |
| parent | remove wolfram alpha url shortening (diff) | |
write tons of documentation and reorganize some modules
Diffstat (limited to 'src/hooks/wolfram_alpha.rs')
| -rw-r--r-- | src/hooks/wolfram_alpha.rs | 8 |
1 files changed, 4 insertions, 4 deletions
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; |
