Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 4, 2024
1 parent 8d9998b commit c7d0b0f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/target/ext/section_offsets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
//!
//! For System-V architectures GDB may use the `qXfer:libraries-svr4:read`
//! command to try to learn about loaded libraries and this can be implemented
//! with the [`LibrariesSvr4` trait](crate::target::ext::libraries::LibrariesSvr4).
//! Note that not all targets may query this and it may not be applicable in all
//! situations either.
//! with the [`LibrariesSvr4`
//! trait](crate::target::ext::libraries::LibrariesSvr4). Note that not all
//! targets may query this and it may not be applicable in all situations
//! either.
//!
//! For targets where library offsets are maintained externally (e.g. Windows)
//! you should consider implementing the more flexible `qXfer:library:read`.
Expand Down

0 comments on commit c7d0b0f

Please sign in to comment.