mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Merge branch 'release-v7.0.0' into v7-backmerge
This commit is contained in:
@@ -143,7 +143,7 @@ impl<E: EthSpec> LoadCase for ForkChoiceTest<E> {
|
||||
fn load_from_dir(path: &Path, fork_name: ForkName) -> Result<Self, Error> {
|
||||
let description = path
|
||||
.iter()
|
||||
.last()
|
||||
.next_back()
|
||||
.expect("path must be non-empty")
|
||||
.to_str()
|
||||
.expect("path must be valid OsStr")
|
||||
|
||||
Reference in New Issue
Block a user