Skip to content

Commit

Permalink
Merge f8b3636 into daee1c2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcnn authored Apr 30, 2024
2 parents daee1c2 + f8b3636 commit 3ec3858
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 383 deletions.
2 changes: 1 addition & 1 deletion sway-core/src/semantic_analysis/namespace/lexical_scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{
type_system::*,
};

use super::{module::ResolvedDeclaration, TraitMap};
use super::{root::ResolvedDeclaration, TraitMap};

use sway_error::{
error::{CompileError, StructFieldUsageContext},
Expand Down
Loading

0 comments on commit 3ec3858

Please sign in to comment.