zola/components
Songmin Li 4f7b960985
Fix can not build with indexing-zh (#1433)
* fix can not build zola with search/indexing-zh feature

* fix can not build components/utils after enabled indexing-zh feature

error[E0252]: the name `Deserialize` is defined multiple times
 --> components/utils/src/de.rs:2:5
  |
1 | use serde::{Deserialize, Deserializer};
  |             ----------- previous import of the macro `Deserialize` here
2 | use serde_derive::Deserialize;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^ `Deserialize` reimported here
  |
  = note: `Deserialize` must be defined only once in the macro namespace of this module
2021-04-19 10:33:12 +02:00
..
config Some clippy fixes 2021-04-07 22:13:15 +02:00
errors move translation population and path collision checking to insert stage (#1272) 2021-01-05 21:39:25 +01:00
front_matter Some clippy fixes 2021-04-07 22:13:15 +02:00
imageproc Hash collision using the same quality level and incorrect quality for WebP (#1431) 2021-04-18 11:07:10 +02:00
library Some clippy fixes 2021-04-07 22:13:15 +02:00
link_checker Update changelog + deps 2021-02-02 20:25:27 +01:00
rendering Serializing lang aware configs 2021-04-07 22:13:15 +02:00
search Lang aware search indices settings 2021-04-07 22:13:15 +02:00
site cargo fmt 2021-04-07 22:13:15 +02:00
templates Nest translations in languages options 2021-04-07 22:13:15 +02:00
utils Fix can not build with indexing-zh (#1433) 2021-04-19 10:33:12 +02:00