From 9c240dcf9381d98126758491141c2f9505b4f172 Mon Sep 17 00:00:00 2001 From: Jake Swenson Date: Mon, 17 May 2021 08:46:30 -0700 Subject: ci: adding doc build step (#10) --- src/models.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models.rs') diff --git a/src/models.rs b/src/models.rs index 734ece5..82ef7c9 100644 --- a/src/models.rs +++ b/src/models.rs @@ -282,7 +282,7 @@ impl BlockId { impl From for BlockId { fn from(page_id: PageId) -> Self { - BlockId(page_id.0.clone()) + BlockId(page_id.0) } } -- cgit v1.2.3