zig/doc
Andrew Kelley 934573fc5d Revert "std.fmt: require specifier for unwrapping ?T and E!T."
This reverts commit 7cbd586ace.

This is causing a fail to build from source:

```
./lib/std/fmt.zig:492:17: error: cannot format optional without a specifier (i.e. {?} or {any})
                @compileError("cannot format optional without a specifier (i.e. {?} or {any})");
                ^
./src/link/MachO/Atom.zig:544:26: note: called from here
                log.debug("  RELA({s}) @ {x} => %{d} in object({d})", .{
                         ^
```

I looked at the code to fix it but none of those args are optionals.
2022-07-24 11:50:10 -07:00
..
docgen.zig Update usages of process.getEnvMap and change BufMap -> EnvMap where applicable 2022-05-11 18:40:53 -06:00
langref.html.in Revert "std.fmt: require specifier for unwrapping ?T and E!T." 2022-07-24 11:50:10 -07:00