Files
tantivy/src/query
Paul Masurel b7c2d0de97 Clippy2 (#534)
* Clippy comments

Clippy complaints that about the cast of &[u32] to a *const __m128i,
because of the lack of alignment constraints.

This commit passes the OutputBuffer object (which enforces proper
    alignment) instead of `&[u32]`.

* Clippy. Block alignment

* Code simplification

* Added comment. Code simplification

* Removed the extraneous freq block len hack.
2019-04-24 12:31:32 +09:00
..
2018-04-21 20:05:36 +09:00
2019-03-20 08:39:22 +09:00
2019-03-20 08:39:22 +09:00
2019-04-24 12:31:32 +09:00
2019-03-20 08:39:22 +09:00
2019-02-26 10:44:59 +09:00
2018-12-10 12:20:59 +09:00
2018-09-15 07:44:22 +09:00
2018-04-21 20:05:36 +09:00
2019-03-20 08:39:22 +09:00
2019-03-20 22:10:05 +09:00
2018-11-30 22:52:45 +09:00
2018-09-15 14:56:14 +09:00
2019-01-28 11:43:42 +01:00
2019-03-20 08:39:22 +09:00
2019-03-20 08:39:22 +09:00
2018-04-21 20:05:36 +09:00
2018-04-21 20:05:36 +09:00
2019-01-29 11:45:30 +01:00
2019-04-19 09:19:50 +09:00
2019-02-23 10:33:59 +09:00
2019-04-19 09:19:50 +09:00