Skip to content

Commit cf5f2dd

Browse files
docs: fix correct tag of no-useless-constructor (#20255)
1 parent 27549bc commit cf5f2dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/rules/no-useless-constructor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ class C {
115115
}
116116
```
117117

118+
:::
119+
118120
## When Not To Use It
119121

120122
If you don't want to be notified about unnecessary constructors, you can safely disable this rule.

0 commit comments

Comments
 (0)