Trim up speelcheek
This commit is contained in:
parent
d913316057
commit
3a3a7af3f3
|
@ -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 \
|
||||
.
|
||||
'')
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue