-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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] - Remove needless manual default impl of ButtonBundle #6970
Conversation
@@ -71,7 +71,7 @@ pub struct ImageBundle { | |||
pub calculated_size: CalculatedSize, | |||
/// The background color, which serves as a "fill" for this node | |||
/// | |||
/// When combined with `UiImage`, tints the provided image. | |||
/// Combines with `UiImage` to tint the provided image. |
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.
UiImage
need a BackgroundColor
, otherwise it won't render, I felt the previous phrasing implies it wasn't the case, noting that this is documentation on a field of ImageBundle
bors r+ |
# Objective - Remove a manual impl block for something that can be derived - Correct a misleading doc comment.
Build failed (retrying...): |
# Objective - Remove a manual impl block for something that can be derived - Correct a misleading doc comment.
Build failed (retrying...): |
# Objective - Remove a manual impl block for something that can be derived - Correct a misleading doc comment.
Build failed (retrying...): |
# Objective - Remove a manual impl block for something that can be derived - Correct a misleading doc comment.
Build failed: |
bors retry |
# Objective - Remove a manual impl block for something that can be derived - Correct a misleading doc comment.
# Objective - Remove a manual impl block for something that can be derived - Correct a misleading doc comment.
# Objective - Remove a manual impl block for something that can be derived - Correct a misleading doc comment.
Objective