Mejora el uso del nuevo módulo mdBook
This commit is contained in:
parent
348ca88290
commit
c0a269f009
42 changed files with 6540 additions and 39 deletions
|
|
@ -42,7 +42,7 @@ impl AssetsTrait for JavaScript {
|
|||
impl JavaScript {
|
||||
pub fn located<S>(source: S) -> Self
|
||||
where
|
||||
S: Into<String>
|
||||
S: Into<String>,
|
||||
{
|
||||
JavaScript {
|
||||
source: source.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue