Skip to content

Commit

Permalink
Update comment in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed May 17, 2021
1 parent f17db68 commit a97a7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/ExcaliburZero/quickbms-lsp"
license = "MIT"

# Need to explicitly define which files to include in the package, since the gitignore file ignores
# the Antlr generated source code, but we do need to include those files in the package.
# the tree-sitter generated source code, but we do need to include those files in the package.
include = [
"**/*.rs",
"**/*.txt",
Expand Down

0 comments on commit a97a7e2

Please sign in to comment.