Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 14, 2023
1 parent 4442035 commit 648b39f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stub/core_impl/libraries.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use super::prelude::*;
use crate::protocol::commands::ext::{Libraries, LibrariesSvr4};
use crate::protocol::commands::ext::Libraries;
use crate::protocol::commands::ext::LibrariesSvr4;

impl<T: Target, C: Connection> GdbStubImpl<T, C> {
pub(crate) fn handle_libraries(
Expand Down

0 comments on commit 648b39f

Please sign in to comment.