Skip to content

Commit

Permalink
Remove unnecessary comments in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Vara Prasad Bandaru committed Mar 14, 2024
1 parent f9087f8 commit b360c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_readmes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for LIBRARY in *; do
echo
cat src/*.rs |
sed -n '/^[a-z_:]*_lint! {$/,/^}$/p' |
sed -n 's,^[[:space:]]*///\([[:space:]]\(.*\)\)\?$,\2,;T;p'
gsed -n 's,^[[:space:]]*///\([[:space:]]\(.*\)\)\?$,\2,;T;p'
) > README.md

# prettier --write README.md
Expand Down

0 comments on commit b360c16

Please sign in to comment.