Skip to content

Commit 006866b

Browse files
committed
current Universal ctags has const support for rust
1 parent aa98ba0 commit 006866b

File tree

1 file changed

+1
-2
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/analysis

1 file changed

+1
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/Ctags.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ private void addRustSupport(List<String> command) {
254254
command.add("--langdef=rust"); // Lower-case if user-defined.
255255
}
256256

257-
// The following are not supported yet in Universal Ctags b13cb551
258-
command.add("--kinddef-rust=C,const,Static\\ constants");
257+
// The following are not supported yet in Universal Ctags 882b6c7
259258
command.add("--kinddef-rust=I,impl,Trait\\ implementation");
260259
command.add("--kinddef-rust=r,trait,Traits");
261260
command.add("--kinddef-rust=V,localVariable,Local\\ variables");

0 commit comments

Comments
 (0)