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
Instead of applying the fixes, it is better to ignore the lints.
In once case, we have false positives. In the other case, we actually
like the old style. For instance:
We prefer
```
/// # Parameters
/// * `some_param` This parameter has a
/// very long description
```
over
```
/// # Parameters
/// * `some_param` This parameter has a
/// very long description
```
0 commit comments