Compare commits
No commits in common. "6900c77a3202a5aacc9405b3c96267214d1cc87b" and "cac2b014c59a4fd7f2e122794b1464acbccf1e7c" have entirely different histories.
6900c77a32
...
cac2b014c5
2 changed files with 1 additions and 6 deletions
|
|
@ -6,11 +6,6 @@ clone:
|
||||||
lfs: false
|
lfs: false
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
fmt:
|
|
||||||
image: alpine
|
|
||||||
- curl https://ziglang.org/download/0.10.0/zig-linux-x86_64-0.10.0.tar.xz | xz -d | tar -x
|
|
||||||
- ./zig-linux-x86_64-0.10.0/zig fmt --check src/ tests/ build.zig
|
|
||||||
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ pub const Iter = struct {
|
||||||
/// + pub fn parse([]const u8) !F
|
/// + pub fn parse([]const u8) !F
|
||||||
///
|
///
|
||||||
/// Boolean Parameters:
|
/// Boolean Parameters:
|
||||||
/// The following query strings will all parse a `true` value for the
|
/// The following query strings will all parse a `true` value for the
|
||||||
/// parameter `foo: bool = false`:
|
/// parameter `foo: bool = false`:
|
||||||
/// - `?foo`
|
/// - `?foo`
|
||||||
/// - `?foo=true`
|
/// - `?foo=true`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue