Commit f65b7cf
chore(vendor): silence upstream lint noise in vendored libsql (#272)
Cargo treats path dependencies as local code, so the vendored libsql
copy printed nine upstream warnings (mismatched_lifetime_syntaxes,
private_interfaces) on every check/clippy run. Allow the two lints in
the vendored crate's own manifest; the block is dropped together with
the vendor patch once upstream makes disconnect idempotent.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent bd73036 commit f65b7cf
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| |||
0 commit comments