We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf546ba commit 9d553a9Copy full SHA for 9d553a9
pkg/machinery/marker.go
@@ -28,7 +28,7 @@ var commentsByExt = map[string]string{
28
".go": "//",
29
".yaml": "#",
30
".yml": "#",
31
- ".rst": "//",
+ ".rs": "//",
32
// When adding additional file extensions, update also the NewMarkerFor documentation and error
33
}
34
0 commit comments