We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mismatched_lifetime_syntaxes
1 parent cd948a2 commit 6bc3c50Copy full SHA for 6bc3c50
vfio-user/examples/gpio/pci.rs
@@ -555,7 +555,7 @@ impl PciConfiguration {
555
556
/// Returns an iterator of the currently configured base address registers.
557
#[allow(dead_code)] // TODO(dverkamp): remove this once used
558
- pub fn get_bars(&self) -> PciBarIter {
+ pub fn get_bars(&self) -> PciBarIter<'_> {
559
PciBarIter {
560
config: self,
561
bar_num: 0,
0 commit comments