File tree 5 files changed +16
-14
lines changed
5 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
- # Generated by Cargo
2
- # will have compiled files and executables
3
- /target /
4
-
5
- # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6
- # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7
- Cargo.lock
8
-
9
- # These are backup files generated by rustfmt
10
- ** /* .rs.bk
11
-
12
1
/.idea /
13
2
/.vscode /
Original file line number Diff line number Diff line change
1
+ # Generated by Cargo
2
+ # will have compiled files and executables
3
+ /target /
4
+
5
+ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6
+ # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7
+ Cargo.lock
8
+
9
+ # These are backup files generated by rustfmt
10
+ ** /* .rs.bk
11
+
12
+ /.idea /
13
+ /.vscode /
File renamed without changes.
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ mod tests {
186
186
#[ test]
187
187
fn parse_url_works ( ) {
188
188
assert ! ( parse_url( "abc" ) . is_err( ) ) ;
189
- assert ! ( parse_url( "http ://abc.xyz" ) . is_ok( ) ) ;
189
+ assert ! ( parse_url( "https ://abc.xyz" ) . is_ok( ) ) ;
190
190
assert ! ( parse_url( "https://httpbin.org/post" ) . is_ok( ) ) ;
191
191
}
192
192
Original file line number Diff line number Diff line change 1
- # httpie- rust
2
- httpie rust
1
+ # rust-learn
2
+ rust learn
You can’t perform that action at this time.
0 commit comments