Commit ae4eded
committed
Silence nightly warning
Probably due to rust-lang/rust#118297, our SaslCreds tuple struct
now generates a warning. It can be silenced by making the struct
public, but it really doesn't need to be, so dead code will be
allowd at this point.
The warning will presumably end up in stable Rust in a couple of
releases.1 parent 2ec2602 commit ae4eded
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments