mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-28 17:04:47 +00:00
Update doc comment
This commit is contained in:
parent
2ca69f4407
commit
341f75e11b
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ pub enum ErrorKind {
|
|||
#[error("Invalid status code: {0}")]
|
||||
InvalidStatusCode(u16),
|
||||
|
||||
/// The given status code might be considered valid but was rejected as because of the configuration
|
||||
/// The given status code was not accepted (this depends on the `accept` configuration)
|
||||
#[error(r#"Rejected status code: {0} (this depends on your "accept" configuration)"#)]
|
||||
RejectedStatusCode(StatusCode),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue