Fix recent CI failures (#3041)
* Fix new clippy lints * Fix nightly documentation warnings
This commit is contained in:
parent
309e6aa85a
commit
9979441c82
5 changed files with 7 additions and 10 deletions
|
|
@ -48,8 +48,8 @@ impl WindowExtWebSys for Window {
|
|||
}
|
||||
|
||||
pub trait WindowBuilderExtWebSys {
|
||||
/// Pass an [`HtmlCanvasElement`] to be used for this [`Window`](crate::window::Window). If
|
||||
/// [`None`], [`WindowBuilder::build()`] will create one.
|
||||
/// Pass an [`HtmlCanvasElement`] to be used for this [`Window`]. If [`None`],
|
||||
/// [`WindowBuilder::build()`] will create one.
|
||||
///
|
||||
/// In any case, the canvas won't be automatically inserted into the web page.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue