From 5db4c57b0360f6d6f9d6553d9b438a804ad441ae Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 23 Jan 2020 22:29:46 +0100 Subject: Updating to actix 2.0.0 and adding 404 handler --- src/repo.rs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/repo.rs') diff --git a/src/repo.rs b/src/repo.rs index 3dae808..ca1f889 100644 --- a/src/repo.rs +++ b/src/repo.rs @@ -1,16 +1,6 @@ use git2::{Commit, Error, Repository as Backend}; use std::collections::HashSet; -// /// Represents a repository on disk -// struct Repository { -// /// We need to be able to query libgit2 later -// fs_path: String, -// /// The project name (last path element) -// name: String, -// /// The rope path excluding the name -// path: Vec, -// } - /// A structure that represents an existing bare repo on disk pub struct Repository { inner: Backend, -- cgit v1.2.3