Skip to content

Commit

Permalink
Revert change of query interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Nov 23, 2022
1 parent b8b4da7 commit 3481b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prusti-interface/src/environment/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl<'tcx> EnvQuery<'tcx> {
}

/// Returns the typing context
pub fn tcx(self) -> TyCtxt<'tcx> {
pub(crate) fn tcx(self) -> TyCtxt<'tcx> {
self.tcx
}

Expand Down

0 comments on commit 3481b16

Please sign in to comment.