From af85c133d165d7fcd46e44ed712bd2579d2433d8 Mon Sep 17 00:00:00 2001 From: Starkey Date: Mon, 12 Aug 2024 21:12:10 +0630 Subject: [PATCH] docs: delete interface (#10265) --- docs/repo/layout.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/repo/layout.md b/docs/repo/layout.md index c5e3a6c8d..28ea9f473 100644 --- a/docs/repo/layout.md +++ b/docs/repo/layout.md @@ -146,7 +146,6 @@ These crates define primitive types or algorithms. Small utility crates. -- [`interfaces`](../../crates/interfaces): Traits containing common abstractions across the components used in the system. For ease of unit testing, each crate importing the interface is recommended to create mock/in-memory implementations of each trait. - [`tasks`](../../crates/tasks): An executor-agnostic task abstraction, used to spawn tasks on different async executors. Supports blocking tasks and handles panics gracefully. A tokio implementation is provided by default. - [`metrics/common`](../../crates/metrics/src/common): Common metrics types (e.g. metered channels) - [`metrics/metrics-derive`](../../crates/metrics/metrics-derive): A derive-style API for creating metrics