Skip to content

Commit 7e88ba5

Browse files
committed
Address review comments [skip ci]
1 parent 52cea71 commit 7e88ba5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

src/github.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! This module implements functionality for interacting with GitHub.
2+
13
use curl;
24
use curl::easy::{Easy, List};
35

src/http.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! This module implements middleware for adding secuirty headers to
2+
//! http responses in production.
3+
14
use conduit::{Request, Response};
25
use conduit_middleware::Middleware;
36

src/owner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl Team {
147147
/// Tries to create a Github Team from scratch. Assumes `org` and `team` are
148148
/// correctly parsed out of the full `name`. `name` is passed as a
149149
/// convenience to avoid rebuilding it.
150-
pub fn create_github_team(
150+
fn create_github_team(
151151
app: &App,
152152
conn: &PgConnection,
153153
login: &str,

0 commit comments

Comments
 (0)