Skip to content

Commit

Permalink
Fixes an incorrect doc comment (#45)
Browse files Browse the repository at this point in the history
* fix comment

* cargo fmt

* Unignore Cargo.lock

* Add Cargo.lock

Co-authored-by: gorka <[email protected]>
  • Loading branch information
JoshOrndorff and girazoki authored Aug 31, 2021
1 parent 5c96ec6 commit 8ed21c4
Show file tree
Hide file tree
Showing 3 changed files with 8,260 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
**/node_modules

# Don't check in Cargo.lock because this is a library
Cargo.lock
# Commenting this line because there seems to be an issue with the snow dependency
# Cargo.lock
Loading

0 comments on commit 8ed21c4

Please sign in to comment.