You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
src/export.rs:27:1: 53:2 warning: you should put `symlink_root` between ticks in the documentation, #[warn(doc_markdown)] on by default
src/export.rs:27 pub fn unexport(pin_config: &PinConfig,
src/export.rs:28 symlink_root: Option<&str>)
src/export.rs:29 -> Result<(), sysfs_gpio::Error> {
src/export.rs:30 if let Some(symroot) = symlink_root {
src/export.rs:31 // create symlink for each name
src/export.rs:32 for name in &pin_config.names {
...
src/export.rs:27:1: 53:2 help: for further information visit https://github.com/Manishearth/rust-clippy/wiki#doc_markdown
```
Signed-off-by: Paul Osborne <[email protected]>
0 commit comments