Mejora el uso del nuevo módulo mdBook

This commit is contained in:
Manuel Cillero 2022-08-04 02:54:57 +02:00
parent 348ca88290
commit c0a269f009
42 changed files with 6540 additions and 39 deletions

View file

@ -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(),