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
*`allow(C)` overrides the check for `C` so that violations will go unreported.
67
67
68
68
r[attributes.diagnostics.lint.expect]
69
-
*`expect(C)` indicates that lint `C` is expected to be emitted. The attribute will suppress the emission of `C` or issue a warning, if the expectation is unfulfilled. See [attributes.diagnostics.expect] for a complete description.
69
+
*`expect(C)` indicates that lint `C` is expected to be emitted. The attribute will suppress the emission of `C` or issue a warning if the expectation is unfulfilled. See [attributes.diagnostics.expect] for a complete description.
70
70
71
71
r[attributes.diagnostics.lint.warn]
72
72
*`warn(C)` warns about violations of `C` but continues compilation.
0 commit comments