From 348e00e11cd976a16493f4ce693db614886c1ecd Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 16 Mar 2024 16:20:05 +0100 Subject: Make `Program::title` private --- src/program.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/program.rs b/src/program.rs index ab194a0d..c6c702f1 100644 --- a/src/program.rs +++ b/src/program.rs @@ -355,7 +355,7 @@ impl Program

{ } /// Sets the [`Title`] of the [`Program`]. - pub fn title( + pub(crate) fn title( self, title: impl Title, ) -> Program< -- cgit