Skip to content

Commit

Permalink
Fix for Rustc 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Mar 8, 2022
1 parent 3bd8835 commit 04f8f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kas-core/src/core/widget_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ mod test {
#[test]
fn test_parent() {
fn test(seq: &[usize]) {
println!("seq: {seq:?}");
println!("seq: {:?}", seq);
let mut id = WidgetId::ROOT;
let len = seq.len();
for key in &seq[..len - 1] {
Expand Down

0 comments on commit 04f8f48

Please sign in to comment.