Commit 5b392b4
Merge #467
467: Allow unused FieldReader r=therealprof a=couchand
I'm developing code that's general across AVR chips. I'd like to depend on the shared parts of Rahix/avr-device (see Rahix/avr-device#44). When compiling without any specific device feature enabled, there are no users of the `FieldReader::new` method. This PR skips the lint for this case.
This is somewhat related to #427 but not exactly.
Co-authored-by: Andrew Dona-Couch <[email protected]>1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
246 | 247 | | |
247 | 248 | | |
248 | 249 | | |
| |||
0 commit comments