Skip to content

Commit

Permalink
fixes with new compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Feb 22, 2024
1 parent 290a531 commit 7693fa0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions starlight/src/route/path.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::iter::IntoIterator;

use awint::awint_dag::triple_arena::Ptr;

#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
Expand Down
2 changes: 1 addition & 1 deletion testcrate/tests/routing/pure.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! pure routing with no combinatorics
use starlight::{self, route::Router, Corresponder, Epoch, In, Out, SuspendedEpoch};
use starlight::{route::Router, Corresponder, Epoch, In, Out, SuspendedEpoch};

use super::FabricTargetInterface;

Expand Down
1 change: 0 additions & 1 deletion testcrate/tests/routing/targets.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::{array, collections::HashMap};

use starlight::{
self,
awi::*,
ensemble::{
render::{RenderArena, RenderNodeKind},
Expand Down

0 comments on commit 7693fa0

Please sign in to comment.