fix(review): drop libnull.rlib artifact + add Errors doc to ensure_config_pr_webhook
- Remove libnull.rlib accidentally committed in previous push (cargo check --no-default-features side-effect); add *.rlib to .gitignore to prevent recurrence - Add # Errors section to ensure_config_pr_webhook doc comment (argus: missing on pub async fn returning Result<()>)
This commit is contained in:
parent
d5a81f9195
commit
c4d2391455
3 changed files with 13 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/result-*
|
||||
/.tmp
|
||||
/.claude/settings.local.json
|
||||
*.rlib
|
||||
|
|
|
|||
Loading…
Reference in a new issue