On Mon May 25, 2026 at 9:21 PM BST, Danilo Krummrich wrote: > Now that all bus driver traits use type Data<'bound>: 'bound, update the > illustrative driver trait in the module documentation to reflect the GAT > pattern and lifetime-parameterized callbacks. > > Reviewed-by: Alexandre Courbot <[email protected]> > Reviewed-by: Greg Kroah-Hartman <[email protected]> > Signed-off-by: Danilo Krummrich <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/kernel/driver.rs | 20 +++++++++++++------- > 1 file changed, 13 insertions(+), 7 deletions(-)
