Skip to content

Commit

Permalink
ISSUE-151 - Update README integration test insta snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: joshmc <josh-mcc@tiscali.co.uk>
  • Loading branch information
jmcconnell26 committed Dec 18, 2020
1 parent 92fe2dd commit 43e65ba
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Metric output format: x/y
y = total unsafe code found in the crate
Symbols:
:) = No `unsafe` usage found, declares #![forbid(unsafe_code)]
? = No `unsafe` usage found, missing #![forbid(unsafe_code)]
! = `unsafe` usage found
🔒 = No `unsafe` usage found, declares #![forbid(unsafe_code)]
= No `unsafe` usage found, missing #![forbid(unsafe_code)]
☢️ = `unsafe` usage found
Functions Expressions Impls Traits Methods Dependency
1/1 2/2 0/0 0/0 0/0 ! test1_package_with_no_deps 0.1.0
1/1 2/2 0/0 0/0 0/0 ☢️ test1_package_with_no_deps 0.1.0
1/1 2/2 0/0 0/0 0/0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Metric output format: x/y
y = total unsafe code found in the crate
Symbols:
:) = No `unsafe` usage found, declares #![forbid(unsafe_code)]
? = No `unsafe` usage found, missing #![forbid(unsafe_code)]
! = `unsafe` usage found
🔒 = No `unsafe` usage found, declares #![forbid(unsafe_code)]
= No `unsafe` usage found, missing #![forbid(unsafe_code)]
☢️ = `unsafe` usage found
Functions Expressions Impls Traits Methods Dependency
1/1 4/4 0/0 0/0 0/0 ! test2_package_with_shallow_deps 0.1.0
0/0 2/2 0/0 0/0 0/0 ! ├── ref_slice 1.1.1
1/1 2/2 0/0 0/0 0/0 ! └── test1_package_with_no_deps 0.1.0
1/1 4/4 0/0 0/0 0/0 ☢️ test2_package_with_shallow_deps 0.1.0
0/0 2/2 0/0 0/0 0/0 ☢️ ├── ref_slice 1.1.1
1/1 2/2 0/0 0/0 0/0 ☢️ └── test1_package_with_no_deps 0.1.0
2/2 8/8 0/0 0/0 0/0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ Metric output format: x/y
y = total unsafe code found in the crate
Symbols:
:) = No `unsafe` usage found, declares #![forbid(unsafe_code)]
? = No `unsafe` usage found, missing #![forbid(unsafe_code)]
! = `unsafe` usage found
🔒 = No `unsafe` usage found, declares #![forbid(unsafe_code)]
= No `unsafe` usage found, missing #![forbid(unsafe_code)]
☢️ = `unsafe` usage found
Functions Expressions Impls Traits Methods Dependency
0/0 1/1 0/0 0/0 0/0 ! test3_package_with_nested_deps 0.1.0
0/0 0/0 0/0 0/0 0/0 ? ├── doc-comment 0.3.1
0/0 0/72 0/3 0/1 0/3 ? ├── itertools 0.8.0
0/0 0/0 0/0 0/0 0/0 ? │ └── either 1.5.2
1/1 4/4 0/0 0/0 0/0 ! └── test2_package_with_shallow_deps 0.1.0
0/0 2/2 0/0 0/0 0/0 ! ├── ref_slice 1.1.1
1/1 2/2 0/0 0/0 0/0 ! └── test1_package_with_no_deps 0.1.0
0/0 1/1 0/0 0/0 0/0 ☢️ test3_package_with_nested_deps 0.1.0
0/0 0/0 0/0 0/0 0/0 ├── doc-comment 0.3.1
0/0 0/72 0/3 0/1 0/3 ├── itertools 0.8.0
0/0 0/0 0/0 0/0 0/0 │ └── either 1.5.2
1/1 4/4 0/0 0/0 0/0 ☢️ └── test2_package_with_shallow_deps 0.1.0
0/0 2/2 0/0 0/0 0/0 ☢️ ├── ref_slice 1.1.1
1/1 2/2 0/0 0/0 0/0 ☢️ └── test1_package_with_no_deps 0.1.0
2/2 9/81 0/3 0/1 0/3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Metric output format: x/y
y = total unsafe code found in the crate
Symbols:
:) = No `unsafe` usage found, declares #![forbid(unsafe_code)]
? = No `unsafe` usage found, missing #![forbid(unsafe_code)]
! = `unsafe` usage found
🔒 = No `unsafe` usage found, declares #![forbid(unsafe_code)]
= No `unsafe` usage found, missing #![forbid(unsafe_code)]
☢️ = `unsafe` usage found
Functions Expressions Impls Traits Methods Dependency
0/0 0/1 0/0 0/0 0/0 ? test4_workspace_with_top_level_package 0.1.0
1/1 2/2 0/0 0/0 0/0 ! └── test1_package_with_no_deps 0.1.0
0/0 0/1 0/0 0/0 0/0 test4_workspace_with_top_level_package 0.1.0
1/1 2/2 0/0 0/0 0/0 ☢️ └── test1_package_with_no_deps 0.1.0
1/1 2/3 0/0 0/0 0/0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ Metric output format: x/y
y = total unsafe code found in the crate
Symbols:
:) = No `unsafe` usage found, declares #![forbid(unsafe_code)]
? = No `unsafe` usage found, missing #![forbid(unsafe_code)]
! = `unsafe` usage found
🔒 = No `unsafe` usage found, declares #![forbid(unsafe_code)]
= No `unsafe` usage found, missing #![forbid(unsafe_code)]
☢️ = `unsafe` usage found
Functions Expressions Impls Traits Methods Dependency
0/0 0/0 0/0 0/0 0/0 :) test6_cargo_lock_out_of_date 0.1.0
0/0 0/0 0/0 0/0 0/0 :) ├── generational-arena 0.2.2
0/0 0/0 0/0 0/0 0/0 ? │ └── cfg-if 0.1.9
0/0 1/1 0/0 0/0 0/0 ! └── idna 0.1.5
0/0 0/0 0/0 0/0 0/0 ? ├── matches 0.1.8
0/0 0/0 0/0 0/0 0/0 :) ├── unicode-bidi 0.3.4
0/0 0/0 0/0 0/0 0/0 ? │ └── matches 0.1.8
0/0 20/20 0/0 0/0 0/0 ! └── unicode-normalization 0.1.8
2/2 354/354 4/4 1/1 13/13 ! └── smallvec 0.6.9
0/0 0/0 0/0 0/0 0/0 🔒 test6_cargo_lock_out_of_date 0.1.0
0/0 0/0 0/0 0/0 0/0 🔒 ├── generational-arena 0.2.2
0/0 0/0 0/0 0/0 0/0 │ └── cfg-if 0.1.9
0/0 1/1 0/0 0/0 0/0 ☢️ └── idna 0.1.5
0/0 0/0 0/0 0/0 0/0 ├── matches 0.1.8
0/0 0/0 0/0 0/0 0/0 🔒 ├── unicode-bidi 0.3.4
0/0 0/0 0/0 0/0 0/0 │ └── matches 0.1.8
0/0 20/20 0/0 0/0 0/0 ☢️ └── unicode-normalization 0.1.8
2/2 354/354 4/4 1/1 13/13 ☢️ └── smallvec 0.6.9
2/2 375/375 4/4 1/1 13/13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Metric output format: x/y
y = total unsafe code found in the crate
Symbols:
:) = No `unsafe` usage found, declares #![forbid(unsafe_code)]
? = No `unsafe` usage found, missing #![forbid(unsafe_code)]
! = `unsafe` usage found
🔒 = No `unsafe` usage found, declares #![forbid(unsafe_code)]
= No `unsafe` usage found, missing #![forbid(unsafe_code)]
☢️ = `unsafe` usage found
Functions Expressions Impls Traits Methods Dependency
0/0 0/0 0/0 0/0 0/0 :) test7_package_with_patched_dep 0.1.0
0/0 0/0 0/0 0/0 0/0 ? └── num_cpus 1.10.1
1/1 2/2 0/0 0/0 0/0 ! └── test1_package_with_no_deps 0.1.0
0/0 0/0 0/0 0/0 0/0 🔒 test7_package_with_patched_dep 0.1.0
0/0 0/0 0/0 0/0 0/0 └── num_cpus 1.10.1
1/1 2/2 0/0 0/0 0/0 ☢️ └── test1_package_with_no_deps 0.1.0
1/1 2/2 0/0 0/0 0/0
Expand Down

0 comments on commit 43e65ba

Please sign in to comment.