File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ //! This module implements functionality for interacting with GitHub.
2
+
1
3
use curl;
2
4
use curl:: easy:: { Easy , List } ;
3
5
Original file line number Diff line number Diff line change
1
+ //! This module implements middleware for adding secuirty headers to
2
+ //! http responses in production.
3
+
1
4
use conduit:: { Request , Response } ;
2
5
use conduit_middleware:: Middleware ;
3
6
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ impl Team {
147
147
/// Tries to create a Github Team from scratch. Assumes `org` and `team` are
148
148
/// correctly parsed out of the full `name`. `name` is passed as a
149
149
/// convenience to avoid rebuilding it.
150
- pub fn create_github_team (
150
+ fn create_github_team (
151
151
app : & App ,
152
152
conn : & PgConnection ,
153
153
login : & str ,
You can’t perform that action at this time.
0 commit comments