summaryrefslogtreecommitdiff
path: root/src/CfimAst.ml
diff options
context:
space:
mode:
authorSon Ho2022-02-08 18:37:46 +0100
committerSon Ho2022-02-08 18:37:46 +0100
commit7e153990e307b2d83c00a333a91882317f9b16fc (patch)
tree5419c90c2df67e55e3a7bcb64a310801bd39fda1 /src/CfimAst.ml
parent464e2da5f51547e4350871431f1e9ad74c48094f (diff)
Make minor modifications
Diffstat (limited to 'src/CfimAst.ml')
-rw-r--r--src/CfimAst.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CfimAst.ml b/src/CfimAst.ml
index 2f8d3e69..a06dfc90 100644
--- a/src/CfimAst.ml
+++ b/src/CfimAst.ml
@@ -19,9 +19,9 @@ type var = {
type assumed_fun_id =
| Replace (** `core::mem::replace` *)
| BoxNew
- | BoxDeref (** `core::ops::deref::Deref::<alloc::boxed::Box::>::deref` *)
+ | BoxDeref (** `core::ops::deref::Deref::<alloc::boxed::Box<T>>::deref` *)
| BoxDerefMut
- (** `core::ops::deref::DerefMut::<alloc::boxed::Box::>::deref_mut` *)
+ (** `core::ops::deref::DerefMut::<alloc::boxed::Box<T>>::deref_mut` *)
| BoxFree
| VecNew
| VecPush