Remove redundant text::Renderer bound in program
This commit is contained in:
parent
4f5b63f1f4
commit
6a4f5ac208
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ pub trait Definition: Sized {
|
||||||
type Theme: Default + DefaultStyle;
|
type Theme: Default + DefaultStyle;
|
||||||
|
|
||||||
/// The renderer of the program.
|
/// The renderer of the program.
|
||||||
type Renderer: Renderer + crate::core::text::Renderer;
|
type Renderer: Renderer;
|
||||||
|
|
||||||
/// The executor of the program.
|
/// The executor of the program.
|
||||||
type Executor: Executor;
|
type Executor: Executor;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue