Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ creates two namespaces in a subsystem with one controller, one PCIe port, and
one two-wire port. One of the namespaces is attached to the controller:

```rust
use nvme_mi_dev::nvme::{
ManagementEndpoint, PciePort, PortType, Subsystem, SubsystemInfo, TwoWirePort,
use nvme_mi_dev::{
ManagementEndpoint, PciePort, PortType, Subsystem, SubsystemInfo,
TwoWirePort,
};

async fn nvme_mi<'a>(router: &'a Router<'a>) -> std::io::Result<()> {
Expand Down