Skip to content

Commit

Permalink
update snapshots to match reality
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 16, 2021
1 parent e64a536 commit b79b0f1
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "library"
version = "0.1.0"
authors = ["author <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "library"
version = "0.1.0"
authors = ["author <[email protected]>"]
edition = "2018"
include = ["src/**/*", "!**/*_test.*"]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "library"
version = "0.1.0"
authors = ["author <[email protected]>"]
edition = "2018"
include = ["src/**/*", "README.md", "!**/*_test.*"]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "library"
version = "0.1.0"
authors = ["author <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
├─────────────────┼─────────────┤
│ src/lib_test.rs │ 0 │
└─────────────────┴─────────────┘
Saved 0% or 0 B in 1 files (of 263 B and 3 files in entire crate)
Saved 0% or 0 B in 1 files (of 221 B and 3 files in entire crate)

The following change was made to Cargo.toml:
Diff - removed / added + :
[…skipped 3 lines…]
authors = ["author <[email protected]>"]
[…skipped 2 lines…]
version = "0.1.0"
edition = "2018"
+include = ["src/**/*", "!**/*_test.*"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
├─────────────────┼─────────────┤
│ src/lib_test.rs │ 0 │
└─────────────────┴─────────────┘
Saved 0% or 0 B in 1 files (of 263 B and 3 files in entire crate)
Saved 0% or 0 B in 1 files (of 221 B and 3 files in entire crate)

The following change WOULD be made to Cargo.toml:
Diff - removed / added + :
[…skipped 3 lines…]
authors = ["author <[email protected]>"]
[…skipped 2 lines…]
version = "0.1.0"
edition = "2018"
+include = ["src/**/*", "!**/*_test.*"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
├─────────────────┼─────────────┤
│ src/lib_test.rs │ 0 │
└─────────────────┴─────────────┘
Saved 0% or 0 B in 1 files (of 263 B and 4 files in entire crate)
Saved 0% or 0 B in 1 files (of 221 B and 4 files in entire crate)

The following change was made to Cargo.toml:
Diff - removed / added + :
[…skipped 3 lines…]
authors = ["author <[email protected]>"]
[…skipped 2 lines…]
version = "0.1.0"
edition = "2018"
-include = ["src/**/*", "!**/*_test.*"]
+include = ["src/**/*", "README.md", "!**/*_test.*"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
├─────────────────┼─────────────┤
│ src/lib_test.rs │ 0 │
└─────────────────┴─────────────┘
Saved 0% or 0 B in 1 files (of 263 B and 4 files in entire crate)
Saved 0% or 0 B in 1 files (of 221 B and 4 files in entire crate)

The following change WOULD be made to Cargo.toml:
Diff - removed / added + :
[…skipped 3 lines…]
authors = ["author <[email protected]>"]
[…skipped 2 lines…]
version = "0.1.0"
edition = "2018"
-include = ["src/**/*", "!**/*_test.*"]
+include = ["src/**/*", "README.md", "!**/*_test.*"]
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/success-list-no-limit-with-zero
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ There would be no change.
├──────────────┼─────────────┤
│ README.md │ 0 │
│ src/main.rs │ 45 │
│ Cargo.toml │ 270
│ Cargo.toml │ 228
└──────────────┴─────────────┘
Crate contains a total of 3 files and <bytecount>
2 changes: 1 addition & 1 deletion tests/snapshots/success-list-with-limit
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ There would be no change.
│ Removed File │ Size (Byte) │
├──────────────┼─────────────┤
│ src/main.rs │ 45 │
│ Cargo.toml │ 270
│ Cargo.toml │ 228
└──────────────┴─────────────┘
Crate contains a total of 2 files and <bytecount>

0 comments on commit b79b0f1

Please sign in to comment.