summaryrefslogtreecommitdiffstats
path: root/src/program.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/program.rs')
-rw-r--r--src/program.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/program.rs b/src/program.rs
index 8aa1a4e7..b379dccf 100644
--- a/src/program.rs
+++ b/src/program.rs
@@ -5,7 +5,7 @@
//! or a specific type.
//!
//! This API is meant to be a more convenient—although less
-//! powerful—alternative to the [`Sandbox`] and [`Application`] traits.
+//! powerful—alternative to the [`Application`] traits.
//!
//! [`Sandbox`]: crate::Sandbox
//!
@@ -748,8 +748,6 @@ fn with_style<P: Definition>(
///
/// This trait is implemented both for `&static str` and
/// any closure `Fn(&State) -> String`.
-///
-/// You can use any of these in [`Program::title`].
pub trait Title<State> {
/// Produces the title of the [`Program`].
fn title(&self, state: &State) -> String;