From 9a99cfcc4dfbca31401ca1d117a5e2dfde6bb353 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Wed, 12 Jun 2024 15:11:43 +0200 Subject: [PATCH] Update doc/src/core-transmutation.md --- doc/src/core-transmutation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/core-transmutation.md b/doc/src/core-transmutation.md index 1ccfe4065bfb7..ba66c41be7e18 100644 --- a/doc/src/core-transmutation.md +++ b/doc/src/core-transmutation.md @@ -143,4 +143,4 @@ The list of methods and intrinsics was gathered by surveying the call-graph (sol As mentioned in the assumptions, some (large) classes of methods were omitted from the challenge, either because 1. they encompassed a large API surface (e.g. `core::num`) that deserved separate treatment, 2. they had an enormous number of callers that would deserve separate treatment (e.g. `core::str::from_utf8_unchecked`), or 3. they interact with aspects of the Rust memory model that still need to be better understood by reasoning tools (e.g. the provenance APIs). -You can see the [call graph produced by the survey here](https://hackmd.io/PYQNIL_aTxK0N6-AltxfbQ) +You can see the [call graph produced by the survey here](https://hackmd.io/PYQNIL_aTxK0N6-AltxfbQ).