Trim up speelcheek

This commit is contained in:
Ana Hobden 2022-09-09 12:07:34 -07:00
parent d913316057
commit 3a3a7af3f3
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ in
# Spelling
(writeScriptBin "ci-check-spelling" ''
codespell \
--ignore-words-list crate,pullrequest,pullrequests,ser \
--ignore-words-list ba,sur,crate,pullrequest,pullrequests,ser \
--skip target \
.
'')

View file

@ -1,6 +1,6 @@
#[derive(thiserror::Error, Debug)]
pub enum HarmonicError {
#[error("Reqest error")]
#[error("Request error")]
Reqwest(#[from] reqwest::Error),
#[error("Unarchiving error")]
Unarchive(std::io::Error),