forked from lix-project/lix-installer
Trim up speelcheek
This commit is contained in:
parent
d913316057
commit
3a3a7af3f3
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ in
|
||||||
# Spelling
|
# Spelling
|
||||||
(writeScriptBin "ci-check-spelling" ''
|
(writeScriptBin "ci-check-spelling" ''
|
||||||
codespell \
|
codespell \
|
||||||
--ignore-words-list crate,pullrequest,pullrequests,ser \
|
--ignore-words-list ba,sur,crate,pullrequest,pullrequests,ser \
|
||||||
--skip target \
|
--skip target \
|
||||||
.
|
.
|
||||||
'')
|
'')
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#[derive(thiserror::Error, Debug)]
|
#[derive(thiserror::Error, Debug)]
|
||||||
pub enum HarmonicError {
|
pub enum HarmonicError {
|
||||||
#[error("Reqest error")]
|
#[error("Request error")]
|
||||||
Reqwest(#[from] reqwest::Error),
|
Reqwest(#[from] reqwest::Error),
|
||||||
#[error("Unarchiving error")]
|
#[error("Unarchiving error")]
|
||||||
Unarchive(std::io::Error),
|
Unarchive(std::io::Error),
|
||||||
|
|
Loading…
Reference in a new issue