Make Program::title private
This commit is contained in:
parent
bb71e8481e
commit
348e00e11c
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ impl<P: Definition> Program<P> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Sets the [`Title`] of the [`Program`].
|
/// Sets the [`Title`] of the [`Program`].
|
||||||
pub fn title(
|
pub(crate) fn title(
|
||||||
self,
|
self,
|
||||||
title: impl Title<P::State>,
|
title: impl Title<P::State>,
|
||||||
) -> Program<
|
) -> Program<
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue