File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/doc/trpl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3
- refs/heads/snap-stage3: 629be845fdf58d34f5dc3bd1674ea57ebf3c9380
3
+ refs/heads/snap-stage3: 455b93151dc3cedfdc7af5e066627da72a8532c4
4
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ name = "hello_world"
118
118
version = " 0.0.1"
119
119
```
120
120
121
- The ` Cargo.lock ` is used by Cargo to keep track of dependencies in your application.
121
+ The ` Cargo.lock ` file is used by Cargo to keep track of dependencies in your application.
122
122
Right now, we don’t have any, so it’s a bit sparse. You won't ever need
123
123
to touch this file yourself, just let Cargo handle it.
124
124
You can’t perform that action at this time.
0 commit comments