Skip to content

Commit

Permalink
fixed the import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sidit77 committed Jan 23, 2024
1 parent d6a2806 commit e9e83b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/windows_native/descriptor/encoder.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use super::typedefs::{Caps, LinkCollectionNode};
use super::types::{ItemNodeType, Items, MainItemNode, MainItems};
use crate::windows_native::descriptor::typedefs::{Caps, LinkCollectionNode};
use crate::windows_native::descriptor::types::{ItemNodeType, Items, MainItemNode, MainItems};
use crate::windows_native::error::{WinError, WinResult};
use crate::windows_native::utils::PeakIterExt;

pub fn encode_descriptor(
main_item_list: &[MainItemNode],
Expand Down

0 comments on commit e9e83b0

Please sign in to comment.