Reduce visibility
This commit is contained in:
parent
d51cf7794d
commit
79b77403b6
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ pub(crate) struct ActionBuilder {
|
|||
impl ActionBuilder {
|
||||
#[allow(dead_code)]
|
||||
/// Adds a custom label to the action, if it needs to be different from the assist label
|
||||
pub fn label(&mut self, label: impl Into<String>) {
|
||||
pub(crate) fn label(&mut self, label: impl Into<String>) {
|
||||
self.label = Some(label.into())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue