From e785672f15a6da1314585ebcf2c235911a9be4f8 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 6 Apr 2021 21:42:09 +0300 Subject: Adjust fixture docs a bit --- docs/dev/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 8a12381ab..3ffd9e8cb 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -390,7 +390,7 @@ fn spam() { ``` To specify input data, we use a single string literal in a special format, which can describe a set of rust files. -See the `Fixture` type. +See the `Fixture` its module for fixture examples and documentation. **Architecture Invariant:** all code invariants are tested by `#[test]` tests. There's no additional checks in CI, formatting and tidy tests are run with `cargo test`. -- cgit v1.2.3