-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 by Bors] - Impl Reflect for PathBuf and OsString #6193
Conversation
@alice-i-cecile I added implementation for |
Great, thanks for the context there. Can you add that as a comment? |
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think feature = "std"
is used in serde
because it's a no_std
crate. It's not necessary here.
Of course, thanks, fixed. |
bors r+ |
# Objective `Reflect` impl is missing for `PathBuf` and `OsString`. Closes #6166. ## Solution Add implementations. --- ## Changelog ### Added `Reflect` impls for `PathBuf` and `OsString`.
Pull request successfully merged into main. Build succeeded: |
# Objective `Reflect` impl is missing for `PathBuf` and `OsString`. Closes bevyengine#6166. ## Solution Add implementations. --- ## Changelog ### Added `Reflect` impls for `PathBuf` and `OsString`.
# Objective `Reflect` impl is missing for `PathBuf` and `OsString`. Closes bevyengine#6166. ## Solution Add implementations. --- ## Changelog ### Added `Reflect` impls for `PathBuf` and `OsString`.
# Objective `Reflect` impl is missing for `PathBuf` and `OsString`. Closes bevyengine#6166. ## Solution Add implementations. --- ## Changelog ### Added `Reflect` impls for `PathBuf` and `OsString`.
# Objective `Reflect` impl is missing for `PathBuf` and `OsString`. Closes bevyengine#6166. ## Solution Add implementations. --- ## Changelog ### Added `Reflect` impls for `PathBuf` and `OsString`.
Objective
Reflect
impl is missing forPathBuf
andOsString
. Closes #6166.Solution
Add implementations.
Changelog
Added
Reflect
impls forPathBuf
andOsString
.