Skip to content

rust: export PointerWrapper from kernel #814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 5, 2022

Conversation

jbaublitz
Copy link

Previously, only the concrete type could be specified for the data
parameter of kernel::file::Operations method implementations. Exporting
PointerWrapper now allows specifying the data parameter in terms of the
associated type, Self::Data.

Signed-off-by: John Baublitz john.m.baublitz@gmail.com

Previously, only the concrete type could be specified for the data
parameter of kernel::file::Operations method implementations. Exporting
PointerWrapper now allows specifying the data parameter in terms of the
associated type, Self::Data.

Signed-off-by: John Baublitz <john.m.baublitz@gmail.com>
@jbaublitz
Copy link
Author

It looks like the documentation went stale due to it not being exported. I'm putting up a fix now to fix the link in a separate commit.

The documentation had gone stale for PointerWrapper due to it not being
exported.

Signed-off-by: John Baublitz <john.m.baublitz@gmail.com>
@ojeda
Copy link
Member

ojeda commented Jul 5, 2022

It looks like the documentation went stale due to it not being exported. I'm putting up a fix now to fix the link in a separate commit.

I will take a look at running the CI with those docs enabled to see if we can prevent that.

@ojeda ojeda merged commit b3e8654 into Rust-for-Linux:rust Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants